You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > TriangularCDF Method > Probabilities.TriangularCDF Method ([In] TDenseMtxVec, double, double, double, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.TriangularCDF Method ([In] TDenseMtxVec, double, double, double, [In] TDenseMtxVec)

Triangular distribution CDF (vectorized).

Syntax
C#
Visual Basic
public static void TriangularCDF([In] TDenseMtxVec X, double a, double b, double c, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec X 
Distribution domain, real value on closed interval [a,b]. 
double a 
Distribution location parameter, real value, smaller than parameter b. 
double b 
Distribution scale parameter, real value, greater than parameter a. 
double c 
Distribution shape parameter, real value on closed interval [a,b]. 
[In] TDenseMtxVec Res 
After calculation stores the CDF calculated from X, a, b and c. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!